##############################################################
## MOD Title: IP Search
## MOD Author: Thoul < thoul@phpbbsmith.com > (Jeremy Rogers) http://www.phpbbsmith.com
## MOD Description: Search for a user by IP address or host name.
## MOD Version: 2.3.3
##
## Installation Level: Easy
## Installation Time: 2 Minutes
## Files To Edit:
##		N/A
## Included Files:
##      install.php
##		includes/acp/acp_ip_search.php
##		includes/acp/info/acp_ip_search.php
##		language/en/mods/info_acp_ipsearch.php
##		adm/styles/mods/ipsearch_search.html
##		adm/styles/mods/ipsearch_results.html
## License: contrib/license.txt GNU General Public License v2
##############################################################
## Author Notes:
##
## After installing, IP Search will be added to the Admin Panel under the User
## Security section of the Users and Groups page and also under the phpBB Smith
## section of the .MODs page.
##
##############################################################
## BEFORE ADDING THIS TO YOUR FORUM, YOU SHOULD BACK UP RELATED ALL FILES
##############################################################

#
#-----[ COPY ]------------------------------------------
#
copy root/*.* to *.*

#
#-----[ DIY INSTRUCTIONS ]--------------------------------------
#

Run install.php by visiting it in your web browser, for example:
http://www.yoursite.com/phpBB3/install.php
Follow the instructions provided to install the database parts of this
modification. When finished, delete install.php from your site.

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM